![]() |
DICIProcPtr |
||||
Header: | FSM.h | Carbon status: | Unsupported | |
typedef OSErr(* DICIProcPtr) ( SInt16 whatFunction, void *paramBlock, void *fsdGlobalPtr );
You would declare your function like this if you were to name it MyDICICallback:
OSErr MyDICICallback ( SInt16 whatFunction, void *paramBlock, void *fsdGlobalPtr );
A result code.
Not supported in Carbon.
© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)